object FrameFinalize: TFrameFinalize Left = 0 Top = 0 Width = 580 Height = 347 AutoScroll = False TabOrder = 0 object gbx_History: TGroupBox Left = 0 Top = 20 Width = 580 Height = 178 Align = alTop Caption = 'History' TabOrder = 1 object Label1: TLabel Left = 26 Top = 56 Width = 165 Height = 13 Caption = '&Remove backups older than (days)' FocusControl = ed_MaxDays end object Label3: TLabel Left = 26 Top = 80 Width = 133 Height = 13 Caption = '&Keep a minimum of backups' FocusControl = ed_MinBackups end object Label4: TLabel Left = 26 Top = 104 Width = 136 Height = 13 Caption = 'Keep a &maximum of backups' FocusControl = ed_MaxBackups end object lbl_HistInfo_MinBackups: TLabel Left = 306 Top = 80 Width = 108 Height = 13 Caption = 'AUTO_TRANSLATED' Font.Charset = DEFAULT_CHARSET Font.Color = clNavy Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object lbl_HistInfo_MaxBackups: TLabel Left = 306 Top = 104 Width = 108 Height = 13 Caption = 'AUTO_TRANSLATED' Font.Charset = DEFAULT_CHARSET Font.Color = clNavy Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object lbl_HistInfo_MaxDays: TLabel Left = 306 Top = 56 Width = 108 Height = 13 Caption = 'AUTO_TRANSLATED' Font.Charset = DEFAULT_CHARSET Font.Color = clNavy Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object lbl_HistInfo_Maintain: TLabel Left = 26 Top = 36 Width = 108 Height = 13 Caption = 'AUTO_TRANSLATED' Font.Charset = DEFAULT_CHARSET Font.Color = clNavy Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object ed_MaxDays: TEdit Left = 234 Top = 53 Width = 41 Height = 21 TabOrder = 1 Text = '0' OnChange = ed_MaxDaysChange OnKeyPress = ed_HistoryKeyPress end object ud_MaxDays: TUpDown Left = 275 Top = 53 Width = 15 Height = 21 Associate = ed_MaxDays Min = 0 Max = 32767 Position = 0 TabOrder = 2 Thousands = False Wrap = False end object ed_MinBackups: TEdit Left = 234 Top = 77 Width = 41 Height = 21 TabOrder = 3 Text = '0' OnChange = ed_MinBackupsChange OnKeyPress = ed_HistoryKeyPress end object ud_MinBackups: TUpDown Left = 275 Top = 77 Width = 15 Height = 21 Associate = ed_MinBackups Min = 0 Max = 32767 Position = 0 TabOrder = 4 Thousands = False Wrap = False end object ed_MaxBackups: TEdit Left = 234 Top = 101 Width = 41 Height = 21 TabOrder = 5 Text = '0' OnChange = ed_MaxBackupsChange OnKeyPress = ed_HistoryKeyPress end object ud_MaxBackups: TUpDown Left = 275 Top = 101 Width = 15 Height = 21 Associate = ed_MaxBackups Min = 0 Max = 32767 Position = 0 TabOrder = 6 Thousands = False Wrap = False end object cb_UseRecycleBin: TCheckBox Left = 26 Top = 128 Width = 425 Height = 17 Caption = '&Use Recycle Bin if possible' TabOrder = 7 OnClick = SetProfileModified end object cb_MaintainHistory: TCheckBox Left = 8 Top = 16 Width = 113 Height = 17 Caption = 'Ena&bled' Checked = True State = cbChecked TabOrder = 0 OnClick = cb_MaintainHistoryClick end object tb_History: TToolBar Left = 2 Top = 150 Width = 576 Height = 26 Align = alBottom ButtonHeight = 19 ButtonWidth = 110 EdgeBorders = [] Indent = 24 List = True ShowCaptions = True TabOrder = 8 Wrapable = False object bt_Hist_ShowFiles: TToolButton Left = 24 Top = 2 AutoSize = True Caption = 'Show &List of Files' OnClick = bt_Hist_ShowFilesClick end object ToolButton1: TToolButton Left = 117 Top = 2 Width = 8 Caption = 'ToolButton1' ImageIndex = 1 Style = tbsSeparator end object bt_Hist_AddFiles: TToolButton Left = 125 Top = 2 AutoSize = True Caption = 'Add F&iles to List' OnClick = bt_Hist_AddFilesClick end object ToolButton2: TToolButton Left = 210 Top = 2 Width = 8 Caption = 'ToolButton2' ImageIndex = 2 Style = tbsSeparator end object bt_Hist_ApplyNow: TToolButton Left = 218 Top = 2 AutoSize = True Caption = 'Apply Settings &Now' OnClick = bt_Hist_ApplyNowClick end end end object pnl_Descr_History: TPanel Left = 0 Top = 0 Width = 580 Height = 20 Align = alTop BevelInner = bvRaised BevelOuter = bvLowered TabOrder = 0 object Label9: TLabel Left = 8 Top = 3 Width = 469 Height = 13 Caption = 'The History keeps track of successfully completed backups. Use i' + 't to automatically delete backups.' Font.Charset = DEFAULT_CHARSET Font.Color = clMaroon Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end end object Panel10: TPanel Left = 0 Top = 198 Width = 580 Height = 43 Align = alTop BevelInner = bvRaised BevelOuter = bvLowered TabOrder = 2 object lbl_RemoveEmptyDirs: TLabel Left = 26 Top = 24 Width = 108 Height = 13 Caption = 'AUTO_TRANSLATED' Font.Charset = DEFAULT_CHARSET Font.Color = clNavy Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object cb_RemoveEmptyDirs: TCheckBox Left = 8 Top = 4 Width = 345 Height = 17 Caption = 'Re&move Empty Directories' TabOrder = 0 OnClick = SetProfileModified end end object odlg_HistoryFiles: TOpenDialog DefaultExt = 'zip' Filter = 'Backups (*.zip;*.7z)|*.zip;*.7z|All Files (*.*)|*.*' Options = [ofHideReadOnly, ofAllowMultiSelect, ofPathMustExist, ofFileMustExist, ofEnableSizing, ofDontAddToRecent] Title = 'Add Backup Files to History' Left = 168 Top = 32 end end